gdk: Don't use g_print for debug output
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2016 20:39:05 +0000 (15:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:40:23 +0000 (21:40 -0500)
commit2801f3c8431c0516f56fa8acb86f51f41b515602
tree40261357e139f2a46eb942a44f333cd05c97f3fe
parentb1d691dbfd9a778197fe0995f15a0520d5928a63
gdk: Don't use g_print for debug output

The g_print documentation explicitly says not to do this, since
g_print is meant to be redirected by applications. Instead use
g_message for logging that can be triggered via GTK_DEBUG.
gdk/gdkframeclock.c
gdk/gdkglcontext.c